Skip to content

Move local-jekyll.md out of docs/site/ to docs/#73

Merged
bfarmer67 merged 1 commit intomainfrom
chore/move-local-jekyll-doc
Apr 13, 2026
Merged

Move local-jekyll.md out of docs/site/ to docs/#73
bfarmer67 merged 1 commit intomainfrom
chore/move-local-jekyll-doc

Conversation

@bfarmer67
Copy link
Copy Markdown
Contributor

Fixes Pages build failure: Jekyll 3 has no per-file Liquid disable, and the file documents Liquid syntax.

local-jekyll.md is dev onboarding for previewing the docs site, not
site content itself. Jekyll's Liquid engine tries to parse the literal
'{% include %}' examples in the file (even inside backticks) and fails
with 'Invalid syntax for include tag'. Jekyll 3 (used by GitHub Pages)
has no per-file render_with_liquid escape.

Moving the file to docs/local-jekyll.md keeps it discoverable next to
the site it documents, but outside the Jekyll source tree so it's
never processed.
@bfarmer67 bfarmer67 merged commit e90f22f into main Apr 13, 2026
1 check passed
@bfarmer67 bfarmer67 deleted the chore/move-local-jekyll-doc branch April 13, 2026 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant